home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_C
/
ARC_SGML
/
SGMLH
/
SGMLINCL.H
< prev
next >
Wrap
Text File
|
1991-07-03
|
2KB
|
35 lines
/******************************************************************************/
/* SGMLINCL.H: Include file for PC-DOS implementations.
*/
#ifndef SGMLINCL /* Don't include this file more than once. */
#define SGMLINCL
/******************************************************************************/
#include "entity.h" /* Templates for entity control blocks. */
/******************************************************************************/
#include "action.h" /* Action names for all parsing. */
#define AL al /* Ptr to attribute list. */
#include "adl.h" /* Definitions for attribute list processing. */
#include "error.h" /* Symbols for error codes. */
#include "etype.h" /* Definitions for element type processing. */
#include "keyword.h" /* Definitions for keyword processing. */
#include "lextoke.h" /* Symbols for tokenization lexical classes. */
#define SCB scbs[es] /* Ptr to current source control block. */
#include "source.h" /* Templates for source entity control blocks. */
#include "sgmlcb.h" /* Symbols for SGML service control blocks. */
#include "synxtrn.h" /* Declarations for concrete syntax constants. */
#include "sgmlxtrn.h" /* External variable declarations. */
#ifndef FINAL
#include "trace.h" /* Declarations for internal trace functions. */
#endif
/******************************************************************************/
#include "sgmlfnsm.h" /* ANSI C: Declarations for SGML functions. */
/******************************************************************************/
/*lint -library Ignore failure to use library functions. */
#include <stdio.h> /* Stream I/O functions. */
#include <stdlib.h> /* Common types, variables, and functions. */
#include <string.h> /* Memory and string functions. */
/*lint -restore End of library function declarations. */
/******************************************************************************/
#endif /* ndef SGMLINCL */
/******************************************************************************/